home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
COMM
/
ICOM100A.ARJ
/
INET-OFF.SCR
< prev
next >
Wrap
Text File
|
1991-09-20
|
658b
|
19 lines
;=| iNet/Datapac Logoff Script v1.00 |========================================;
; ;
; For use as a @SCRIPT command to plug into a BIF, in the 'Logoff Command' ;
; item, this script logs off iNet after a sesson completes. ;
; ;
;=============================================================================;
offline done ; if not connected, skip it, goto done
when
when "iNet command:" "BYE"
waitfor "call cleared" 120
delay 20
hangup
done:
exit